|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.media.core.ContentCreatorPanel
org.eclipse.vtp.desktop.media.core.DynamicContentCreatorPanel
public abstract class DynamicContentCreatorPanel
DynamicContentCreatorPanel.
| Constructor Summary | |
|---|---|
protected |
DynamicContentCreatorPanel()
Creates a new DynamicContentCreatorPanel. |
| Method Summary | |
|---|---|
void |
createControls(org.eclipse.swt.widgets.Composite parent)
|
protected org.eclipse.swt.widgets.Control |
createDynamicControls(org.eclipse.swt.widgets.Composite parent)
|
protected abstract org.eclipse.swt.widgets.Control |
createStaticControls(org.eclipse.swt.widgets.Composite parent)
|
java.lang.String |
getDynamicSelection()
Returns the current dynamic selection. |
java.lang.String |
getFormat()
|
boolean |
isDynamic()
Returns true if this panel displays variable selection. |
boolean |
isDynamicSelected()
Returns true if the dynamic value is currently selected. |
void |
setDynamicSelected(boolean dynamicSelected)
Sets the selected value to dynamic or static. |
void |
setDynamicSelection(java.lang.String dynamicSelection)
Sets the current dynamic selection. |
void |
setInitialContent(Content content)
|
void |
setVariables(java.util.List variables)
Sets the list of variables that are available. |
| Methods inherited from class org.eclipse.vtp.desktop.media.core.ContentCreatorPanel |
|---|
createContent, getControl, getMediaProvider, setControl, setMediaProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DynamicContentCreatorPanel()
| Method Detail |
|---|
public boolean isDynamic()
public boolean isDynamicSelected()
public java.lang.String getDynamicSelection()
public void setVariables(java.util.List variables)
variables - The list of variables that are available.public void setDynamicSelected(boolean dynamicSelected)
dynamicSelected - True if the dynamic value should be selected.public void setDynamicSelection(java.lang.String dynamicSelection)
dynamicSelection - The dynamic selection to choose.public java.lang.String getFormat()
public final void createControls(org.eclipse.swt.widgets.Composite parent)
createControls in class ContentCreatorPanelprotected org.eclipse.swt.widgets.Control createDynamicControls(org.eclipse.swt.widgets.Composite parent)
public void setInitialContent(Content content)
setInitialContent in class ContentCreatorPanelprotected abstract org.eclipse.swt.widgets.Control createStaticControls(org.eclipse.swt.widgets.Composite parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||